Layout2 only for one dude
This commit is contained in:
@@ -201,4 +201,8 @@ public class PlayablePlayer : Player
|
||||
client.SendFinished();
|
||||
}
|
||||
|
||||
private void OnTriggerEnter(Collider collider)
|
||||
{
|
||||
Layout2.SetActive(true);
|
||||
}
|
||||
}
|
||||
@@ -68,7 +68,7 @@ public abstract class Player : MonoBehaviour
|
||||
private void OnTriggerEnter(Collider c)
|
||||
{
|
||||
eventstop = true;
|
||||
Layout2.SetActive(true);
|
||||
|
||||
}
|
||||
|
||||
public void EventStopFinished()
|
||||
|
||||
Reference in New Issue
Block a user