mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Renamed the new Directories. (removed the "-Source" from the end of them)
This commit is contained in:
15
OpenSim/OpenSim.Scripting/EmbeddedJVM/Stack.cs
Normal file
15
OpenSim/OpenSim.Scripting/EmbeddedJVM/Stack.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Scripting.EmbeddedJVM
|
||||
{
|
||||
public class Stack
|
||||
{
|
||||
public Stack<StackFrame> StackFrames = new Stack<StackFrame>();
|
||||
|
||||
public Stack()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user