SupaLidlGame/Utils/ITarget.cs

7 lines
122 B
C#
Raw Permalink Normal View History

2023-07-31 01:12:47 -07:00
namespace SupaLidlGame.Utils;
public interface ITarget
{
public Characters.Character CharacterTarget { get; set; }
}