aha
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Mirror.Examples.Common.Controllers.Flyer
|
||||
{
|
||||
[AddComponentMenu("Network/Flyer Controller (Unreliable)")]
|
||||
[RequireComponent(typeof(NetworkTransformUnreliable))]
|
||||
public class FlyerControllerUnreliable : FlyerControllerBase { }
|
||||
}
|
Reference in New Issue
Block a user