21 lines
167 B
C#
21 lines
167 B
C#
|
|
using UnityEngine;
|
|
|
|
struct OnChangeMat
|
|
{
|
|
public Shader shader;
|
|
}
|
|
|
|
struct BeginScreenShot
|
|
{
|
|
}
|
|
|
|
|
|
struct EndScreenShot
|
|
{
|
|
}
|
|
|
|
struct OnLock
|
|
{
|
|
public bool isLock;
|
|
} |