Example #1
0
        public int GetCurrentAether()
        {
            AetherResource aetherResource = GetAetherResource();

            return(aetherResource?.CurrentAether ?? 0);
        }
Example #2
0
        public int GetAetherThreshold()
        {
            AetherResource aetherResource = GetAetherResource();

            return(aetherResource?.RequiredAether ?? -1);
        }