dotfiles from arch

This commit is contained in:
2025-09-28 11:39:12 +02:00
parent 75885729cd
commit d1c6923bbb
1358 changed files with 575835 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
---@meta
---@source UnityEngine.CoreModule.dll
---@class UnityEngine.Internal.DefaultValueAttribute: System.Attribute
---@source UnityEngine.CoreModule.dll
---@field Value object
---@source UnityEngine.CoreModule.dll
CS.UnityEngine.Internal.DefaultValueAttribute = {}
---@source UnityEngine.CoreModule.dll
---@param obj object
---@return Boolean
function CS.UnityEngine.Internal.DefaultValueAttribute.Equals(obj) end
---@source UnityEngine.CoreModule.dll
---@return Int32
function CS.UnityEngine.Internal.DefaultValueAttribute.GetHashCode() end
---@source UnityEngine.CoreModule.dll
---@class UnityEngine.Internal.ExcludeFromDocsAttribute: System.Attribute
---@source UnityEngine.CoreModule.dll
CS.UnityEngine.Internal.ExcludeFromDocsAttribute = {}