using System.Collections; using System.Collections.Generic; using UnityEngine; public static class Constants { public static readonly float PLAY_TIME = 20; public static readonly int PLAYER_SPAWN_TIME = 3; //TODO : ¸¶¿ì½º °¨µµ Á¶Àý µî¿¡ º¯°æ °¡´ÉÇÑÁö È®ÀÎ ÇÊ¿ä public static readonly float CAM_TURN_SPEED = 40; //TODO : ij¸¯ÅÍ µ¥ÀÌÅÍ ¿Ï·áµÇ¸é µ¥ÀÌÅÍ °ªÀ¸·Î »ç¿ëÇؾßÇÔ public static readonly float MOVE_SPEED = 3; public static readonly float JUMP_FORCE = 3f; }