10 lines
104 B
C#
10 lines
104 B
C#
using Core.Annotations;
|
|
|
|
namespace Core.Helpers;
|
|
|
|
[Injectable]
|
|
public class GameEventHelper
|
|
{
|
|
|
|
}
|