コード例 #1
0
 public ReporterComponent(MudEntity owner, string name, Script script) : base(owner, name, script)
 {
     _acctId  = int.Parse(owner.Traits.Get("accountId")?.Value);
     IsActive = true;
 }
コード例 #2
0
 public MudComponent(MudEntity owner, string name, Script script)
 {
     Owner   = owner;
     Name    = name;
     _script = script;
 }