Ejemplo n.º 1
0
 public static void Register(int id, System.Type type)
 {
     ResuableObjectFactory <DamageModifier> .Register(id, type);
 }
Ejemplo n.º 2
0
 public static void Register(int id, System.Type type)
 {
     ResuableObjectFactory <Command> .Register(id, type);
 }
Ejemplo n.º 3
0
 public static void Register(int id, System.Type type)
 {
     ResuableObjectFactory <RenderMessage> .Register(id, type);
 }