nio_kasgami

Untitled

May 5th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.20 KB | None | 0 0
  1. module Nio
  2.   module Actor_params
  3.     Actor_Param ||= {}
  4.      Actor_Param[1] = {  #actor 1
  5.      :mhp => 99999,
  6.      :mpm => 0
  7.      #other params
  8.     } # <-DO NOT REMOVE
  9.    
  10.    
  11.   end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment