Skip to content
Snippets Groups Projects
Commit 7662c485 authored by Jeremy Gibson Bond's avatar Jeremy Gibson Bond
Browse files

Made ScriptableObject for Character Controller expandable (via Naughty Attributes plugin).

parent 21b54353
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ public class CharacterMovement : MonoBehaviour {
[Header( "Character Settings Scriptable Object" )]
[NaughtyAttributes.Expandable]
public Character_Settings_SO characterSettingsSO = null;
//[Header("Movement Stats")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment