我死去
目前添加了一个能够深度查找和设置反射的helper,但是Tag的系统仍然不完全,另外我觉得console可以重构了 Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -83,6 +83,13 @@ namespace Ichni.RhythmGame
|
||||
new List<string>(), true, this, 1000f));
|
||||
|
||||
}
|
||||
public override void OnDelete()
|
||||
{
|
||||
if (cameraManager.gameCamera == this)
|
||||
{
|
||||
cameraManager.SwitchCamera();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public partial class GameCamera
|
||||
|
||||
Reference in New Issue
Block a user