Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //////////////////
- package the.sexist.coder
- {
- public class Carla implements IWoman
- {
- private function _boobiesSize:String;
- public function Carla():void
- {
- }
- public function boobies():void
- {
- _boobiesSize = BoobieSizeList.SMALL;
- }
- public function get boobiesSize():String
- {
- return _boobiesSize;
- }
- public function hasPenis():Boolean
- {
- return true;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment