2025-03-25 13:23:47 +08:00

21 lines
167 B
C#

using UnityEngine;
struct OnChangeMat
{
public Shader shader;
}
struct BeginScreenShot
{
}
struct EndScreenShot
{
}
struct OnLock
{
public bool isLock;
}