Exemplo n.º 1
0
 public SmartBulletHoleGroup(string t, Material m, PhysicMaterial pm, BulletHolePool bh)
 {
     tag            = t;
     material       = m;
     physicMaterial = pm;
     bulletHole     = bh;
 }
Exemplo n.º 2
0
 public SmartBulletHoleGroup()
 {
     tag            = "Everything";
     material       = null;
     physicMaterial = null;
     bulletHole     = null;
 }