Files
soccar2d/Assets/Mirror/Examples/_Common/Controllers/PlayerController/PlayerControllerHybrid.cs
T
2026-02-11 20:50:03 +05:30

9 lines
262 B
C#

using UnityEngine;
namespace Mirror.Examples.Common.Controllers.Player
{
[AddComponentMenu("Network/Player Controller (Hybrid)")]
[RequireComponent(typeof(NetworkTransformHybrid))]
public class PlayerControllerHybrid : PlayerControllerBase { }
}