10 lines
159 B
C#
10 lines
159 B
C#
using UnityEngine;
|
|
using Share;
|
|
namespace Card
|
|
{
|
|
public class CardContext
|
|
{
|
|
public ICharacter Player;
|
|
public ICharacter Target;
|
|
}
|
|
} |