狗屎Minimax坏我代码
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
using System.Linq;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine;
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor;
|
||||
#endif
|
||||
using SickscoreGames;
|
||||
|
||||
namespace SickscoreGames.HUDNavigationSystem
|
||||
{
|
||||
@@ -56,6 +51,7 @@ namespace SickscoreGames.HUDNavigationSystem
|
||||
public bool useMinimap = true;
|
||||
public HNSMapProfile minimapProfile;
|
||||
public MinimapModes minimapMode = MinimapModes.RotatePlayer;
|
||||
public MinimapShapes minimapShape = MinimapShapes.Rectangular;
|
||||
public float minimapScale = .25f;
|
||||
public float minimapRadius = 75f;
|
||||
public bool useMinimapScaling = true;
|
||||
|
||||
Reference in New Issue
Block a user