Added player task system. simple interaction with objects. Known issue - no player stats canvas
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Assets.Scripts.Actions
|
||||
DurationInTicks = durationTicks;
|
||||
}
|
||||
|
||||
public abstract void ApplyAction(PlayerManager playerController);
|
||||
public abstract void ApplyAction(Player playerController);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user