Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function test(uint _theirId, uint _myId ) external onlyOwnerOf(_testId) {
  2.  
  3. int myScore;
  4.  
  5. int theirScore;
  6.  
  7. TestStruct storage myStruct = tests[_myId];
  8.  
  9. TestStruct storage theirStruct = tests[_theirId];
Add Comment
Please, Sign In to add comment