Posts by Luis Otavio Souza Bambil • 11 points
1 post
- 
		1 votes0 answers45 viewsQ: My class "Playerbehavior" is not inheriting the other class "Characterbase"I’m not getting access to the class CharacterBase of my Script PlayerBehavior using System.Collections; using System.Collections.Generic; using UnityEngine; public enum TypeCharacter{ Priest = 0,…