코어, 벽, 적의 생성 및 충돌, 데미지 판정
This commit is contained in:
5
Assets/Scripts/GameBase/IDamageable.cs
Normal file
5
Assets/Scripts/GameBase/IDamageable.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
// IDamageable.cs
|
||||
public interface IDamageable
|
||||
{
|
||||
void TakeDamage(float amount);
|
||||
}
|
||||
Reference in New Issue
Block a user