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