1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-16 19:51:50 +00:00

updated comments

This commit is contained in:
Edward Badel 2022-01-16 13:17:13 -05:00
parent cd9434c410
commit 95f406b555

View File

@ -402,7 +402,7 @@ export class ModInterface {
}
/**
* Patches a method on a given class
* Runs before a method on a given class
* @template {constructable} C the class
* @template {C["prototype"]} P the prototype of said class
* @template {keyof P} M the name of the method we are overriding
@ -421,7 +421,7 @@ export class ModInterface {
}
/**
* Patches a method on a given class
* Runs after a method on a given class
* @template {constructable} C the class
* @template {C["prototype"]} P the prototype of said class
* @template {keyof P} M the name of the method we are overriding