Guest User

Untitled

a guest
Jan 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php defined('SYSPATH') or die('No direct script access.');
  2.  
  3. class Controller_Game extends Controller {
  4.  
  5. public function action_play()
  6. {
  7. //stuff
  8. }
  9.  
  10. public function action_quit()
  11. {
  12. //stuff
  13. }
  14.  
  15. }
Add Comment
Please, Sign In to add comment