| 5 | using UnityEngine; |
| 6 | |
| 7 | [Serializable] |
| 8 | public class CompilerInputData |
| 9 | { |
| 10 | public List<CompilationRequest> requests; |
| 11 | } |
| 12 | |
| 13 | [Serializable] |
| 14 | public class CompilerOutputData |
nothing calls this directly
no outgoing calls
no test coverage detected