OpPlay_Null.cs 276 B

123456789101112131415
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. using ChivaXR.Op;
  5. public class OpPlay_Null : OperationData_PlayMode
  6. {
  7. public override void ActiveToPlay()
  8. {
  9. }
  10. public override void SetDataStateValue(float value)
  11. {
  12. }
  13. }