Upload from upload_mods.ps1
This commit is contained in:
5
Scripts/Utilities/TypeBasedUID.cs
Normal file
5
Scripts/Utilities/TypeBasedUID.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
public class TypeBasedUID<T>
|
||||
{
|
||||
private static int uid = 0;
|
||||
public static int UID { get => uid++; }
|
||||
}
|
||||
Reference in New Issue
Block a user