Example #1
0
 internal Realm(string name)
 {
     Economy = new RealmEconomy();
     Name    = name;
     Id      = IdSequence;
     Color   = CustomColor.Random;
 }
Example #2
0
File: Realm.cs Project: ndech/Alpha
 internal Realm(string name)
 {
     Economy = new RealmEconomy();
     Name = name;
     Id = IdSequence;
     Color = CustomColor.Random;
 }