mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-27 23:48:39 +00:00
9 lines
No EOL
283 B
C#
9 lines
No EOL
283 B
C#
namespace LBPUnion.ProjectLighthouse.Types
|
|
{
|
|
public static class DeletedBy
|
|
{
|
|
public static string Moderator { get => "moderator"; }
|
|
public static string LevelAuthor { get => "level_author"; }
|
|
// TODO: deletion types for comments (profile etc)
|
|
}
|
|
} |