Add Alot of stuff, Computer, repairStation, Whole game, Many things!
This commit is contained in:
@@ -5,8 +5,6 @@ using UnityEngine;
|
||||
public class BasicCharacter : MonoBehaviour {
|
||||
protected MovementBehaviour _movementBehaviour;
|
||||
|
||||
//Kinda not the best but it's fine for now
|
||||
//TODO: Fix this, (ask teacher)
|
||||
protected InteractionBehaviour _interactionBehaviour;
|
||||
public InteractionBehaviour InteractionBehaviour {
|
||||
get => _interactionBehaviour;
|
||||
|
||||
Reference in New Issue
Block a user