mirror of
https://github.com/DerTyp7/industrialize-unity.git
synced 2025-10-30 04:47:12 +01:00
10 lines
135 B
C#
10 lines
135 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class Testing : MonoBehaviour {
|
|
|
|
|
|
|
|
}
|