YAPOG  0.0.1
Yet Another Pokemon Online Game
AccountPermission.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_ACCOUNTPERMISSION_HPP
2 # define YAPOG_ACCOUNTPERMISSION_HPP
3 
4 namespace yse
5 {
6  enum class AccountPermission : int
7  {
10  };
11 } // namespace yse
12 
13 #endif // YAPOG_ACCOUNTPERMISSION_HPP