Exemplo n.º 1
0
 public ItemSolidArgument(Item item, Vector3 spawnPos, float xzAngle, float xzSpeed)
 {
     this.item = item;
     this.spawnPos = spawnPos;
     this.xzAngle = xzAngle;
     this.xzSpeed = xzSpeed;
 }
Exemplo n.º 2
0
 public Ingradient(Item item, int count)
 {
     this.item = item;
     this.count = count;
 }