Level Proto Done, Pool done
This commit is contained in:
@@ -12,4 +12,9 @@ public class Range{
|
||||
public float GetRandom(){
|
||||
return Random.Range(min,max);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"min:{min}, max:{max}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user