public RandomMoving() { shift = BottleBehaviour.CursorShifting(AlchemyTable.Bottle.Type); movSpeed = shift * Time.deltaTime / 1; }
internal PotionBottle() { Type = BottleType.Big; Behaviour = new BottleBehaviour(); }