Enums are one of C#'s basic data types and represent a set of named integer constants, e.g. attack types or player states. public enum ...
確定! 回上一頁