mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
8 lines
139 B
C#
8 lines
139 B
C#
|
namespace GAS.Runtime
|
|||
|
{
|
|||
|
public struct CooldownTimer
|
|||
|
{
|
|||
|
public float TimeRemaining;
|
|||
|
public float Duration;
|
|||
|
}
|
|||
|
}
|