zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Server/Model/Game/Entity/Position.cs

12 lines
139 B
C#
Executable File

using System;
using System.Collections.Generic;
namespace ET
{
public class Position:Entity
{
public int pos;
}
}