All checks were successful
Build project / Build for (StandaloneLinux64, 6000.0.37f1) (push) Successful in 6m11s
Build project / Build for (StandaloneWindows64, 6000.0.37f1) (push) Successful in 5m51s
Build project / Publish to itch.io (StandaloneLinux64) (push) Successful in 5s
Build project / Publish to itch.io (StandaloneWindows64) (push) Successful in 4s
8 lines
145 B
C#
8 lines
145 B
C#
using UnityEngine;
|
|
|
|
public class KeyCardPlayer : MonoBehaviour
|
|
{
|
|
// does the player have the key card?
|
|
public bool hasKeyCard = false;
|
|
}
|