Skip to content

Commit c046fcc

Browse files
committed
Variables added.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 8fb5448 commit c046fcc

File tree

1 file changed

+12
-0
lines changed
  • src/main/kotlin/com/mairwunnx/projectessentials/chat/impl

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package com.mairwunnx.projectessentials.chat.impl
2+
3+
import com.mairwunnx.projectessentials.chat.impl.variables.*
4+
5+
val variables = listOf(
6+
DisplayNameVariable,
7+
LvLVariable,
8+
PlayerVariable,
9+
TeamVariable,
10+
TimeVariable,
11+
WorldVariable
12+
)

0 commit comments

Comments
 (0)