Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package
- {
- public class Animal extends BubbleBase
- {
- public var _petName:String;
- public function Animal()
- {
- super();
- }
- public function eat():void {
- }
- public function fun():void {
- }
- public function rest():void {
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement