Exemplo n.º 1
0
        public WithDeliveryAnimation(Actor self, WithDeliveryAnimationInfo info)
        {
            wsb = self.Trait <WithSpriteBody>();

            this.info = info;
        }
Exemplo n.º 2
0
        public WithDeliveryAnimation(Actor self, WithDeliveryAnimationInfo info)
        {
            building = self.Trait <RenderBuilding>();

            this.info = info;
        }