OpenRA.ActorReference.ActorReference C# (CSharp) Méthode

ActorReference() public méthode

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

Same methods

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