修复编译错误
This commit is contained in:
@@ -13,7 +13,9 @@ namespace BaseGames.World
|
||||
|
||||
[SerializeField] private bool _isInstantKill = true;
|
||||
[SerializeField] private int _damage = 9999;
|
||||
#pragma warning disable CS0414
|
||||
[SerializeField] private RespawnType _respawnType = RespawnType.AtLastSavePoint;
|
||||
#pragma warning restore CS0414
|
||||
|
||||
private void OnTriggerEnter2D(Collider2D other)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user