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

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

            this.info = info;
        }