the initial commit to the repo.
This commit is contained in:
parent
025c032b8c
commit
1b757591b9
264 changed files with 21882 additions and 0 deletions
10
stoopid.raw/stupid.solutions.Utils/ScopeParameters.cs
Normal file
10
stoopid.raw/stupid.solutions.Utils/ScopeParameters.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace stupid.solutions.Utils;
|
||||
|
||||
public static class ScopeParameters
|
||||
{
|
||||
public static Vector2 center;
|
||||
|
||||
public static float radius;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue