2026-05-15 공격과 피격
This commit is contained in:
4
Assets/02_Scripts/Combat/IDamageable.cs
Normal file
4
Assets/02_Scripts/Combat/IDamageable.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
public interface IDamageable
|
||||
{
|
||||
void TakeDamage(int amount);
|
||||
}
|
||||
Reference in New Issue
Block a user