9 lines
165 B
C#
9 lines
165 B
C#
![]() |
using UnityEngine;
|
|||
|
|
|||
|
namespace NWH.DWP2.WaterObjects
|
|||
|
{
|
|||
|
public class WaterObjectWizard : MonoBehaviour
|
|||
|
{
|
|||
|
public bool addWaterParticleSystem;
|
|||
|
}
|
|||
|
}
|