Advertisement
onilink_

Untitled

Nov 20th, 2019
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. enum class ProjectionPower: std::uint8_t
  2. {
  3.     None = 0,
  4.     Weak,
  5.     Forceful,
  6.     Strong,
  7.     Powerful
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement