ACR_CreatureBehavior.PowerShellInterop.GetAreas C# (CSharp) 메소드

GetAreas() 공개 메소드

Get the list of areas for debugging purposes. Get the list of all known areas.
public GetAreas ( ) : List
리턴 List
        public List<AreaObject> GetAreas()
        {
            return Module.Areas;
        }