14 lines
169 B
C#
14 lines
169 B
C#
using UnityEngine;
|
|
|
|
public class WaterEditorSim : MonoBehaviour
|
|
{
|
|
private void Start()
|
|
{
|
|
base.gameObject.SetActive(value: false);
|
|
}
|
|
|
|
private void Update()
|
|
{
|
|
}
|
|
}
|