tlang-runtime-compiler/TLang.VM/TObject.cs

6 lines
59 B
C#

namespace TLang.VM
{
public class TObject
{
}
}