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();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0c3520f8107654e4d82b9470b3eb462a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 236601
|
||||
packageName: Enviro 3 - Sky and Weather
|
||||
packageVersion: 3.1.2
|
||||
assetPath: Assets/Enviro 3 - Sky and Weather/Scripts/Runtime/Modules/Events/EnviroEventModule.cs
|
||||
uploadId: 660896
|
||||
Reference in New Issue
Block a user