예제 #1
0
 internal Realm(string name)
 {
     Economy = new RealmEconomy();
     Name    = name;
     Id      = IdSequence;
     Color   = CustomColor.Random;
 }
예제 #2
0
파일: Realm.cs 프로젝트: ndech/Alpha
 internal Realm(string name)
 {
     Economy = new RealmEconomy();
     Name = name;
     Id = IdSequence;
     Color = CustomColor.Random;
 }