mirror of
https://github.com/Campofinale/CampofinaleBackup.git
synced 2025-12-15 01:04:36 +00:00
15 lines
222 B
C#
15 lines
222 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Campofinale.Resource
|
|
{
|
|
public enum ServerEventExec
|
|
{
|
|
UpdateTasks=0
|
|
}
|
|
|
|
}
|