21 lines
167 B
C#
Raw Normal View History

using UnityEngine;
struct OnChangeMat
{
public Shader shader;
2025-03-18 10:34:06 +08:00
}
struct BeginScreenShot
{
}
struct EndScreenShot
{
}
2025-03-25 13:23:47 +08:00
struct OnLock
{
public bool isLock;
}