コード例 #1
0
ファイル: TestMap.cs プロジェクト: optimus-code/Q2Sharp
        public static void Main(String[] args)
        {
            TestMap test = new TestMap(args);

            test.Init();
            test.Run();
        }
コード例 #2
0
ファイル: TestMap.cs プロジェクト: optimus-code/Q2Sharp
 public Anonymousxcommand_t(TestMap parent)
 {
     this.parent = parent;
 }