File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 187187 <Compile Include =" Session\ITorchSession.cs" />
188188 <Compile Include =" Session\ITorchSessionManager.cs" />
189189 <Compile Include =" Session\TorchSessionState.cs" />
190+ <Compile Include =" TorchBranchType.cs" />
190191 <Compile Include =" TorchGameState.cs" />
191192 <Compile Include =" UGCServiceType.cs" />
192193 <Compile Include =" Utils\ColorUtils.cs" />
202203 </ItemGroup >
203204 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
204205 <Import Project =" $(SolutionDir)\TransformOnBuild.targets" />
205- </Project >
206+ </Project >
Original file line number Diff line number Diff line change 1+ using System ;
2+ using System . Collections . Generic ;
3+ using System . Linq ;
4+ using System . Text ;
5+ using System . Threading . Tasks ;
6+
7+ namespace Torch . API
8+ {
9+ public enum TorchBranchType
10+ {
11+ master ,
12+ staging
13+ }
14+ }
You can’t perform that action at this time.
0 commit comments