// ***********************************************************************
// Assembly : Unity
// Author : Kimch
// Created : 2017-11-02
//
// Last Modified By : Kimch
// Last Modified On :
// ***********************************************************************
//
//
// ***********************************************************************
using System.Collections;
using System.Collections.Generic;
namespace G.UI
{
public partial class IndicatorBox
{
public float GetRotateSpeed()
{
return 16f;
}
}
}