This repository was archived by the owner on Dec 5, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Gamelogic/Pirates/Behaviours Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 22using Assets . Gamelogic . EntityTemplates ;
33using Improbable ;
44using Improbable . Worker ;
5- using JetBrains . Annotations ;
65using System . Collections . Generic ;
76using System . IO ;
87using UnityEditor ;
@@ -15,7 +14,6 @@ namespace Assets.Editor
1514 public class SnapshotMenu : MonoBehaviour
1615 {
1716 [ MenuItem ( "Improbable/Snapshots/Generate Default Snapshot" ) ]
18- [ UsedImplicitly ]
1917 private static void GenerateDefaultSnapshot ( )
2018 {
2119 var snapshotEntities = new Dictionary < EntityId , SnapshotEntity > ( ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace Assets.Gamelogic.Pirates.Behaviours
1111 public class ScoreGUI : MonoBehaviour
1212 {
1313 /*
14- * Client will only have write-access for their own designated PlayerShip entity's ShipControls component,
14+ * Client will only have write-access for their own designated PlayerShip entity's ClientAuthorityCheck component,
1515 * so this MonoBehaviour will be enabled on the client's designated PlayerShip GameObject only and not on
1616 * the GameObject of other players' ships.
1717 */
You can’t perform that action at this time.
0 commit comments