feat(init): 搭建初始的项目框架
This commit is contained in:
7
Assets/Script/Card/CardEffect/ICardEffect.cs
Normal file
7
Assets/Script/Card/CardEffect/ICardEffect.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Card
|
||||
{
|
||||
public interface ICardEffect
|
||||
{
|
||||
public void DoEffect();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user