Advertisement
erzis

Untitled

Dec 9th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. struct GlowStruct {
  2. public:
  3. float r;
  4. float g;
  5. float b;
  6. float a;
  7. bool rwo;
  8. bool rwuo;
  9. };
  10.  
  11. GlowStruct Enemy = new GlowStruct()
  12. {
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement