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