- refactored job information and what selecting a job means in terms of code/data - job templates - networked job selection & job activation state
9 lines
129 B
C#
9 lines
129 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class BaseReward : MonoBehaviour
|
|
{
|
|
|
|
}
|