diff options
author | chai <chaifix@163.com> | 2020-11-16 21:08:39 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-11-16 21:08:39 +0800 |
commit | 01f06fb513dab303abeb02d7e1007e397874bcc0 (patch) | |
tree | 4df198ef7829471831fcf0c9361b773ea9501d2f /Assets/Scripts/Test/SaionjiScript.cs | |
parent | ac2b469bd76d7d91d10894184cbddad0796ce7bc (diff) |
*misc
Diffstat (limited to 'Assets/Scripts/Test/SaionjiScript.cs')
-rw-r--r-- | Assets/Scripts/Test/SaionjiScript.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assets/Scripts/Test/SaionjiScript.cs b/Assets/Scripts/Test/SaionjiScript.cs index ae8ee6ff..1178b42a 100644 --- a/Assets/Scripts/Test/SaionjiScript.cs +++ b/Assets/Scripts/Test/SaionjiScript.cs @@ -28,7 +28,6 @@ public partial class SaionjiScript : Avatar public EffectHandler[] Effects;
- // Start is called before the first frame update
void Start()
{
base.Init();
|