Greatest Time simulation ever

Außerdem:
- Coole Singletons, möglicherweise die geilsten Singletons, die jemals in Unity implementiert wurden
- Utility Klassen nach Utility Verschoben
- Schlaganfallsymptome in Developer entfernt
This commit is contained in:
Simon Lübeß
2024-04-04 19:41:19 +02:00
parent 7947eab66e
commit 80e25e2d81
20 changed files with 353 additions and 145 deletions

View File

@ -1,5 +1,6 @@
using UnityEditor;
using UnityEngine;
using Utility;
[CustomPropertyDrawer(typeof(ShowOnlyAttribute))]
public class ShowOnlyDrawer : PropertyDrawer