VrNoteBase.cs 93 B

12345678
  1. using System;
  2. namespace vrDance
  3. {
  4. public class VrNoteBase : SwitchPointActivate
  5. {
  6. }
  7. }