fix:风机初始化代码提交
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using System;
|
||||
|
||||
namespace Enviro
|
||||
{
|
||||
|
||||
|
||||
[Serializable]
|
||||
public class EnviroEvents
|
||||
{
|
||||
[Serializable]
|
||||
public class EnviroActionEvent : UnityEngine.Events.UnityEvent
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public EnviroActionEvent onHourPassedActions = new EnviroActionEvent();
|
||||
public EnviroActionEvent onDayPassedActions = new EnviroActionEvent();
|
||||
public EnviroActionEvent onYearPassedActions = new EnviroActionEvent();
|
||||
public EnviroActionEvent onWeatherChangedActions = new EnviroActionEvent();
|
||||
public EnviroActionEvent onSeasonChangedActions = new EnviroActionEvent();
|
||||
public EnviroActionEvent onNightActions = new EnviroActionEvent();
|
||||
public EnviroActionEvent onDayActions = new EnviroActionEvent();
|
||||
public EnviroActionEvent onZoneChangedActions = new EnviroActionEvent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user