v0.1.0 #1

Merged
sashagoncharov19 merged 32 commits from dev into unstable 2024-06-15 13:48:41 +00:00
Showing only changes of commit 02c46389b3 - Show all commits

View File

@ -1,13 +1,7 @@
declare module 'rage-fw-shared-types' {
export interface RageFW_ICustomServerEvent {
test(test: string): void
}
export interface RageFW_ICustomServerEvent {}
export interface RageFW_ICustomClientEvent {
test(test: string): void
}
export interface RageFW_ICustomClientEvent {}
export interface RageFW_ICustomCefEvent {
test(test: string): void
}
export interface RageFW_ICustomCefEvent {}
}