mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Merged master
This commit is contained in:
commit
d5a15358d7
2
.github/workflows/RunUnityTests.yml
vendored
2
.github/workflows/RunUnityTests.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
# - 2019.4.40f1
|
||||
- 2020.3.48f1
|
||||
- 2021.3.45f1
|
||||
- 2022.3.50f1
|
||||
- 2022.3.51f1
|
||||
- 2023.2.20f1
|
||||
- 6000.0.23f1
|
||||
|
||||
|
@ -4,7 +4,7 @@ namespace Mirror.Examples.Common.Controllers
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
[DisallowMultipleComponent]
|
||||
public class ContollerUIBase : MonoBehaviour
|
||||
public class ControllerUIBase : MonoBehaviour
|
||||
{
|
||||
|
||||
// Returns a string representation of a KeyCode that is more suitable
|
@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Flyer
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
[DisallowMultipleComponent]
|
||||
public class FlyerControllerUI : ContollerUIBase
|
||||
public class FlyerControllerUI : ControllerUIBase
|
||||
{
|
||||
[Serializable]
|
||||
public struct MoveTexts
|
||||
|
@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Player
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
[DisallowMultipleComponent]
|
||||
public class PlayerControllerUI : ContollerUIBase
|
||||
public class PlayerControllerUI : ControllerUIBase
|
||||
{
|
||||
[Serializable]
|
||||
public struct MoveTexts
|
||||
|
@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Player
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
[DisallowMultipleComponent]
|
||||
public class PlayerControllerRBUI : ContollerUIBase
|
||||
public class PlayerControllerRBUI : ControllerUIBase
|
||||
{
|
||||
[Serializable]
|
||||
public struct MoveTexts
|
||||
|
@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Tank
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
[DisallowMultipleComponent]
|
||||
public class TankControllerUI : ContollerUIBase
|
||||
public class TankControllerUI : ControllerUIBase
|
||||
{
|
||||
[Serializable]
|
||||
public struct MoveTexts
|
||||
|
@ -6,7 +6,7 @@ namespace Mirror.Examples.Common.Controllers.Tank
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
[DisallowMultipleComponent]
|
||||
public class TurretUI : ContollerUIBase
|
||||
public class TurretUI : ControllerUIBase
|
||||
{
|
||||
[Serializable]
|
||||
public struct MoveTexts
|
||||
|
Loading…
Reference in New Issue
Block a user