Class IslandUnlocks
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
[DefaultExecutionOrder(-100)]
public class IslandUnlocks : MonoBehaviour
- Inheritance
-
IslandUnlocks
- Inherited Members
-
- Extension Methods
-
Constructors
IslandUnlocks()
Fields
active
Field Value
- bool
view
Field Value
- PhotonView
Methods
Interact(int, IslandUnlock)
public void Interact(int unlockID, IslandUnlock unlock)
Parameters
unlockID
int
unlock
IslandUnlock
LoadUnlocks()
public void LoadUnlocks()
RPCA_Activate(int[])
[PunRPC]
public void RPCA_Activate(int[] unlocks)
Parameters
unlocks
int[]
RPCA_RequestUnlocks()
[PunRPC]
public void RPCA_RequestUnlocks()
RPCA_Unlock(int)
[PunRPC]
public void RPCA_Unlock(int unlock)
Parameters
unlock
int
Start()
Update()