IndieGame/client/Packages/UnityTimer-1.1.0/package.json

23 lines
470 B
JSON
Raw Permalink Normal View History

2024-10-11 10:12:15 +08:00
{
"name": "com.akbiggs.unitytimer",
"version": "1.1.0",
"displayName": "Timer",
"description": "Run actions after a delay in Unity3D.",
"unity": "2018.1",
"keywords": [
"timer",
"coroutine",
"callback"
],
"author": {
"name": "Alexander Biggs and Adam Robinson-Yu",
"url": "https://github.com/akbiggs/UnityTimer"
},
"contributors": [
{
"name": "Pete Goodfellow",
"url": "https://github.com/Petethegoat"
}
]
}