Skip to content

Commit fffe596

Browse files
committed
put bindings in /Bindings
1 parent 49a36b9 commit fffe596

15 files changed

+42528
-42561
lines changed

.github/workflows/dojoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/upload-artifact@v4
123123
with:
124124
name: bindings-artifact
125-
path: Assets/Dojo/Runtime/bindings/client
125+
path: Assets/Dojo/Runtime/Bindings
126126

127127
build_libs:
128128
name: Build Native Libs (${{ matrix.job.target }})

Assets/Dojo/Runtime/bindings/client/AssemblyAttributes.gen.cs renamed to Assets/Dojo/Runtime/bindings/AssemblyAttributes.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// To disable generating this file set `isEnabledGenerateAssemblyAttributes` to `false` in the config file for generating C# code.
22
// <auto-generated>
3-
// This code was generated by the following tool on 2025-04-30 17:37:30 GMT+09:00:
3+
// This code was generated by the following tool on 2025-05-01 14:03:52 GMT+09:00:
44
// https://github.com/bottlenoselabs/c2cs (v0.0.0.0)
55
//
66
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.

Assets/Dojo/Runtime/bindings/client/Runtime.gen.cs renamed to Assets/Dojo/Runtime/bindings/Runtime.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// To disable generating this file set `isEnabledGeneratingRuntimeCode` to `false` in the config file for generating C# code.
33

44
// <auto-generated>
5-
// This code was generated by the following tool on 2025-04-30 17:37:30 GMT+09:00:
5+
// This code was generated by the following tool on 2025-05-01 14:03:52 GMT+09:00:
66
// https://github.com/bottlenoselabs/c2cs (v0.0.0.0)
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.

Assets/Dojo/Runtime/bindings/client/AssemblyAttributes.gen.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Assets/Dojo/Runtime/bindings/client/Runtime.gen.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Assets/Dojo/Runtime/bindings/client/dojo.gen.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Assets/Dojo/Runtime/bindings/client/dojo.gen.cs renamed to Assets/Dojo/Runtime/bindings/dojo.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// <auto-generated>
3-
// This code was generated by the following tool on 2025-04-30 17:37:30 GMT+09:00:
3+
// This code was generated by the following tool on 2025-05-01 14:03:52 GMT+09:00:
44
// https://github.com/bottlenoselabs/c2cs (v0.0.0.0)
55
//
66
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.

0 commit comments

Comments
 (0)