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

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

            this.info = info;
        }