mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 11:29:23 +00:00
Hands visualization
This commit is contained in:
parent
5d2bc0e6b8
commit
f645650659
10 changed files with 155 additions and 5 deletions
|
@ -9,7 +9,8 @@ namespace ml_lme
|
|||
{
|
||||
static readonly List<string> ms_assets = new List<string>()
|
||||
{
|
||||
"leapmotion_controller.asset"
|
||||
"leapmotion_controller.asset",
|
||||
"leapmotion_hands.asset"
|
||||
};
|
||||
|
||||
static Dictionary<string, AssetBundle> ms_loadedAssets = new Dictionary<string, AssetBundle>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue