PredictNote.cs 85 B

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