Skip to content

Commit

Permalink
其实Type = Camera就可以了
Browse files Browse the repository at this point in the history
  • Loading branch information
tinygrox committed Apr 9, 2024
1 parent c177555 commit 74ac928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
## The local filename of the assembly to target.
# Setting type: String
# Default value: UnityEngine.dll
Assembly = Sunless.Game.dll
Assembly = UnityEngine.dll

## The name of the type in the entrypoint assembly to search for the entrypoint method.
# Setting type: String
# Default value: Application
Type = IntroScript
Type = Camera

## The name of the method in the specified entrypoint assembly and type to hook and load Chainloader from.
# Setting type: String
# Default value: .cctor
Method = PlayEAWarning
Method = .cctor
```

## 二、其他说明
Expand Down

0 comments on commit 74ac928

Please sign in to comment.