增加steam

This commit is contained in:
yaoyanwei
2025-08-11 15:00:21 +08:00
parent 8fda4168b3
commit 65ee6c6eeb
288 changed files with 34032 additions and 27 deletions

21
Assets/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "com.rlabrecque.steamworks.net",
"displayName": "Steamworks.NET",
"version": "2025.162.0",
"unity": "2019.4",
"author": {
"name": "Riley Labrecque",
"email": "support@rileylabrecque.com",
"url": "https://steamworks.github.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rlabrecque/Steamworks.NET.git?path=/com.rlabrecque.steamworks.net"
},
"keywords": [
"steam",
"steamworks"
],
"description": "Steamworks.NET is a C# Wrapper for Valve's Steamworks API."
}