public AttrProxy(SourcedItem<TypedAttribute> attr, Player player) { _attr = attr; _player = player; }
public AttrProxy(TypedAttribute attr, Player player) { _attr = new SourcedItem<TypedAttribute>(null, "<anon>", attr); _player = player; }
public VerbProxy(SourcedItem<Verb> verb, Player player) { _verb = verb; _player = player; }