Live2dAnimationManager.cs 118 B

1234567
  1. namespace GFGGame
  2. {
  3. public class Live2dAnimationManager : SingletonBase<Live2dAnimationManager>
  4. {
  5. }
  6. }