Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Surround Stubs Using Statements with Unity Compiler Directives. #119

Closed
mxashlynn opened this issue May 12, 2019 · 1 comment
Closed

Surround Stubs Using Statements with Unity Compiler Directives. #119

mxashlynn opened this issue May 12, 2019 · 1 comment
Assignees
Milestone

Comments

@mxashlynn
Copy link
Owner

mxashlynn commented May 12, 2019

#if UNITY_2018_4_OR_NEWER
using UnityEngine;
#else
using ParquetClassLibrary.Stubs;
#endif
@mxashlynn
Copy link
Owner Author

Done as of #121 .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant