7 lines
87 B
C#
7 lines
87 B
C#
using UnityEngine;
|
|
|
|
public class Element : MonoBehaviour
|
|
{
|
|
public bool ShowElement;
|
|
}
|