Skip to content

Commit

Permalink
feat: add new log area ids
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Aug 5, 2024
1 parent 01ab38c commit 8379017
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/bedrock/core/bedrock_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ enum class LogAreaID {
Editor,
LevelTransition,
Unknown,
Store
Store,
World,
Messaging,
Invalid = 10000
};

namespace Bedrock {
Expand Down

0 comments on commit 8379017

Please sign in to comment.