Update
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/// ---------------------------------------------
|
||||
/// Ultimate Character Controller
|
||||
/// Copyright (c) Opsive. All Rights Reserved.
|
||||
/// https://www.opsive.com
|
||||
/// ---------------------------------------------
|
||||
|
||||
#if NET_4_6 || UNITY_2018_3_OR_NEWER || UNITY_WEBGL || UNITY_IOS || UNITY_ANDROID || UNITY_WII || UNITY_WIIU || UNITY_SWITCH || UNITY_PS3 || UNITY_PS4 || UNITY_XBOXONE || UNITY_WSA
|
||||
using UnityEngine;
|
||||
using System;
|
||||
using Opsive.UltimateCharacterController.StateSystem;
|
||||
|
||||
namespace Opsive.UltimateCharacterController.ThirdPersonController.StateSystem
|
||||
{
|
||||
// See Opsive.UltimateCharacterController.StateSystem.AOTLinker for an explanation of this class.
|
||||
public class AOTLinker : MonoBehaviour
|
||||
{
|
||||
public void Linker()
|
||||
{
|
||||
#pragma warning disable 0219
|
||||
#if THIRD_PERSON_CONTROLLER
|
||||
var objectDeathVisiblityGenericDelegate = new Preset.GenericDelegate<Character.PerspectiveMonitor.ObjectDeathVisiblity>();
|
||||
var objectDeathVisiblityFuncDelegate = new Func<Character.PerspectiveMonitor.ObjectDeathVisiblity>(() => { return 0; });
|
||||
var objectDeathVisiblityActionDelegate = new Action<Character.PerspectiveMonitor.ObjectDeathVisiblity>((Character.PerspectiveMonitor.ObjectDeathVisiblity value) => { });
|
||||
#endif
|
||||
#pragma warning restore 0219
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 46d81481e28d7fb4395a799aa24f39ce
|
||||
timeCreated: 1492388094
|
||||
licenseType: Pro
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user