This commit is contained in:
CortexCore
2024-07-17 17:06:45 +08:00
parent e686eb89ab
commit c80a4a2245
7 changed files with 415 additions and 86 deletions

View File

@@ -48,10 +48,12 @@ namespace BITKit
T value;
#else
[UnityEngine.SerializeField]
bool allow;
private bool allow;
[UnityEngine.SerializeField]
T value;
private T value;
[UnityEngine.SerializeField]
#endif
private bool debug;
public bool Allow { get => allow; set => allow = value;}
public T Value
{