isaacscript-common 80.2.1 → 80.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
--[[
|
|
2
2
|
|
|
3
|
-
isaacscript-common 80.2.
|
|
3
|
+
isaacscript-common 80.2.1
|
|
4
4
|
|
|
5
5
|
This is the "isaacscript-common" library, which was created with the IsaacScript tool.
|
|
6
6
|
|
|
@@ -6972,6 +6972,8 @@ local ____exports = {}
|
|
|
6972
6972
|
--
|
|
6973
6973
|
-- This is the sub-type of a player.
|
|
6974
6974
|
--
|
|
6975
|
+
-- This enum is contiguous. (Every value is satisfied between -1 and 40, inclusive.)
|
|
6976
|
+
--
|
|
6975
6977
|
-- Conventionally, variables that have this type are represented as "character" instead of
|
|
6976
6978
|
-- "playerType", since the former is more descriptive of what this value actually represents.
|
|
6977
6979
|
____exports.PlayerType = {}
|