OpenRA.ActorReference.ActorReference C# (CSharp) Method

ActorReference() public method

public ActorReference ( string type ) : System
type string
return System
        public ActorReference(string type)
            : this(type, new Dictionary<string, MiniYaml>())
        {
        }

Same methods

ActorReference::ActorReference ( string type, MiniYaml>.Dictionary inits ) : System