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