Esempio n. 1
0
 public static void Create(Thing owner, Vec2 pos, ATProvider provider)
 {
     Create(owner, pos, new Config(provider));
 }
Esempio n. 2
0
 public Config(ATProvider at = null, string sound = null, bool flash = true)
 {
     this.ammoType = at;
     this.sound    = sound;
     this.flash    = flash;
 }