8 lines
113 B
C#
8 lines
113 B
C#
using UnityEngine;
|
|
|
|
public class StructuralSystem : MonoBehaviour
|
|
{
|
|
void Start() { }
|
|
void Update() { }
|
|
}
|