타이틀 ui 수정 및 캐릭터 선택 화면 추가
This commit is contained in:
11
Gameton-06/Assets/Gameton/Scripts/Interface/IDamage.cs
Normal file
11
Gameton-06/Assets/Gameton/Scripts/Interface/IDamage.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
public interface IDamage
|
||||
{
|
||||
public void ApplyDamage(float damage);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user