update
This commit is contained in:
13
Assets/Scripts/ProductionStatusBoard.cs
Normal file
13
Assets/Scripts/ProductionStatusBoard.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public enum BoardType
|
||||
{
|
||||
Assembly,
|
||||
Injection
|
||||
}
|
||||
public class ProductionStatusBoard : MonoBehaviour
|
||||
{
|
||||
public BoardType boardType;
|
||||
}
|
||||
Reference in New Issue
Block a user