mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
style: use explicit type
This commit is contained in:
parent
a95c796407
commit
744910598d
@ -216,7 +216,7 @@ void GenerateConstants()
|
||||
{
|
||||
ctor = md;
|
||||
|
||||
var ret = ctor.Body.Instructions[ctor.Body.Instructions.Count - 1];
|
||||
Instruction ret = ctor.Body.Instructions[ctor.Body.Instructions.Count - 1];
|
||||
if (ret.OpCode == OpCodes.Ret)
|
||||
{
|
||||
ctor.Body.Instructions.RemoveAt(ctor.Body.Instructions.Count - 1);
|
||||
|
Loading…
Reference in New Issue
Block a user