OnaholeExpression.cs 354 B

1234567891011121314151617181920
  1. using System;
  2. public class OnaholeExpression : OnaholeFeelings
  3. {
  4. public float nextPlayTime;
  5. public int voiceCnt = 1;
  6. public int r_voiceCnt = 3;
  7. public float playTime;
  8. public bool beforePlayRvoiceFlag;
  9. private OnaholeFeelings.SIGH beforeSigh;
  10. private OnaholeFeelings.FeelMode feelMode;
  11. private OnaholeFeelings.PISTON_DEPTH playDepth;
  12. }