feat(): 大量更新
This commit is contained in:
16
Assets/Script/Gameplay/Card/CardEffect/CardContext.cs
Normal file
16
Assets/Script/Gameplay/Card/CardEffect/CardContext.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
using Share;
|
||||
namespace Gameplay
|
||||
{
|
||||
public class CardContext
|
||||
{
|
||||
public ICharacter Owner;
|
||||
public ICharacter Enemy;
|
||||
|
||||
public CardContext(ICharacter owner,ICharacter enemy)
|
||||
{
|
||||
Owner = owner;
|
||||
Enemy = enemy;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user