mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Attempt to rearrange some of the directories
This commit is contained in:
15
OpenSim.Scripting/EmbeddedJVM/Stack.cs
Normal file
15
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