This commit is contained in:
parent
9a2335542d
commit
5920e63d0c
16
Assets/Scripts/Heroism.cs
Normal file
16
Assets/Scripts/Heroism.cs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Component that makes a duder a duder.
|
||||||
|
/// Manages class, skills, level, attrs, and AI.
|
||||||
|
/// </summary>
|
||||||
|
public class Heroism : MonoBehaviour
|
||||||
|
{
|
||||||
|
[SerializeField] private string Name;
|
||||||
|
[SerializeField] private HeroClassSO Class;
|
||||||
|
[SerializeField] private long Level;
|
||||||
|
[SerializeField] private long XP;
|
||||||
|
[SerializeField] private HeroAttributesSO Attrs;
|
||||||
|
}
|
11
Assets/Scripts/Heroism.cs.meta
generated
Normal file
11
Assets/Scripts/Heroism.cs.meta
generated
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 583304b24f3e6394f9e4d49747e22193
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Loading…
Reference in New Issue
Block a user