mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +00:00
Ped now inherits NetworkBehaviour
This commit is contained in:
parent
501e63acb5
commit
0dc87cfb48
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,12 @@ namespace SanAndreasUnity.Behaviours
|
|||
{
|
||||
[DefaultExecutionOrder(-100)]
|
||||
[RequireComponent(typeof(CharacterController))]
|
||||
public partial class Ped : MonoBehaviour
|
||||
public partial class Ped :
|
||||
#if MIRROR
|
||||
Mirror.NetworkBehaviour
|
||||
#else
|
||||
MonoBehaviour
|
||||
#endif
|
||||
{
|
||||
#region Private Fields
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue