Advertisement
Guest User

Untitled

a guest
Mar 4th, 2018
809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.49 KB | None | 0 0
  1. public ChaserStateSound this[int index]
  2.             {
  3.                 get
  4.                 {
  5.                     switch (index)
  6.                     {
  7.                         case 0: return sound0;
  8.                         case 1: return sound1;
  9.                         case 2: return sound2;
  10.                         case 3: return sound3;
  11.                         case 4: return sound4;
  12.                     }
  13.  
  14.                     return new ChaserStateSound();
  15.                 }
  16.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement