清除日志
1 parent faa5100 commit 3061facb2cd8bc7c2aa94801ef22844ad5520806
@小李xl 小李xl authored on 11 Oct 2023
Showing 1 changed file
View
1
■■■■
DungeonShooting_Godot/src/game/ui/debugger/DebuggerPanel.cs
}
 
private void OnClear()
{
Debug.Clear();
S_Label.Instance.Text = "";
_len = 0;
}