Added player task system. simple interaction with objects. Known issue - no player stats canvas
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
public interface IPlayerAction
|
||||
{
|
||||
public string Description { get; }
|
||||
public void ApplyAction(PlayerManager player);
|
||||
public void ApplyAction(Player player);
|
||||
}
|
||||
|
||||
public interface ISellable
|
||||
|
||||
Reference in New Issue
Block a user