コード例 #1
0
        public void Receive(double timeIn, MovableObject objectIn)
        {
            this.Content.Add(objectIn);
            Statistics busy = this.Statistics["Busy"];

            busy.UpdateWeighted(timeIn, 1);
            objectIn.ChangeLocation(timeIn, this);
        }