11 lines
212 B
C#
11 lines
212 B
C#
using Activity;
|
|
using EventBoostPack.Data;
|
|
|
|
namespace EventBoostPack
|
|
{
|
|
[ActivitySentry(3, 12)]
|
|
public class EventBoostPackSentry : AActivitySentry<EventBoostPackManager, EventBoostPackData>
|
|
{
|
|
}
|
|
}
|