How can I solve this problem?

Errors:
+ Mobiles/PlayerMobile.cs:
CS0103: Line 144: 当前上下文中不存在名称“InvalidateProperites”
Scripts: One or more scripts failed to compile or no script files were found.
 

Attachments

  • PlayerMobile.cs
    184.9 KB · Views: 3
How can I solve this problem?

Errors:
+ Mobiles/PlayerMobile.cs:
CS0103: Line 144: 当前上下文中不存在名称“InvalidateProperites”
Scripts: One or more scripts failed to compile or no script files were found.
Can you post the error in English?

I use something similar to this, but it requires several other files such as a LevelSystem.cs which something in PlayerMobile.cs calls.
 
Back