mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
upstream to pre4
This commit is contained in:
parent
c4a7934bc4
commit
8d114d3b51
4 changed files with 3 additions and 3 deletions
BIN
Warp.rbxm
BIN
Warp.rbxm
Binary file not shown.
|
|
@ -1,5 +1,5 @@
|
||||||
name = "eternitydev/warp"
|
name = "eternitydev/warp"
|
||||||
version = "1.1.0-pre3"
|
version = "1.1.0-pre4"
|
||||||
description = "A rapidly-fast & powerful networking library."
|
description = "A rapidly-fast & powerful networking library."
|
||||||
authors = ["eternitydev"]
|
authors = ["eternitydev"]
|
||||||
repository = "https://github.com/imezx/Warp"
|
repository = "https://github.com/imezx/Warp"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ end
|
||||||
local Identifier = {}
|
local Identifier = {}
|
||||||
|
|
||||||
Identifier.on_added = function(fn: (string, number) -> ())
|
Identifier.on_added = function(fn: (string, number) -> ())
|
||||||
fastAssert(hook_fn == nil, ".on_added can only be called once.")
|
assert(hook_fn == nil, ".on_added can only be called once.")
|
||||||
hook_fn = fn
|
hook_fn = fn
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imezx/warp"
|
name = "imezx/warp"
|
||||||
version = "1.1.0-pre3"
|
version = "1.1.0-pre4"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue