Example #1
0
 public static T spawnSelf <T>(this T self) where T : Spawn
 {
     AnyInspectorSpawn.spawn(self);
     return(self);
 }