ValveResourceFormat.Resource.Resource C# (CSharp) Method

Resource() public method

Initializes a new instance of the Resource class.
public Resource ( ) : System
return System
        public Resource()
        {
            ResourceType = ResourceType.Unknown;
            Blocks = new Dictionary<BlockType, Block>();
        }